curl --request POST \
--url https://api.cleartalk.ai/agency/twilio/purchase \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phoneNumber": "<string>"
}
'curl --request POST \
--url https://api.cleartalk.ai/agency/twilio/purchase \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phoneNumber": "<string>"
}
'