curl --location --request POST 'https://api.conexteo.com/stops' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient": "0606060606"
}'
{
"id": 0,
"timestamp": "2019-08-24T14:15:22Z",
"recipient": "0606060606"
}