This endpoint responds with whatever arguments were passed in
curl --location --request POST 'https://scheduler.booper.dev/api/echo' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": "boop" }'
{ "data": "boop" }
Send any data to this endpoint
Indicates whether the call was successful. 1 if successful, 0 if not.