POST
/
api
/
echo
curl --location --request POST 'https://scheduler.booper.dev/api/echo' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": "boop"
}'
{
  "data": "boop"
}

Body

data
any

Send any data to this endpoint

Response

success
number

Indicates whether the call was successful. 1 if successful, 0 if not.