To get started with the Playbooks API, you can simply copy / paste the following command in your terminal. This should return a 200 response as shown.
Basic Request curl --location "https://api.playbooks.xyz"
curl --location "https://api.playbooks.xyz"
Response { "status": 200, "data": { "message": "All systems are ready." } }
{ "status": 200, "data": { "message": "All systems are ready." } }