curl --request POST \
--url https://api.wachap.com/v1/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"number": "2299775xxxx",
"type": "text",
"message": "test message",
"instance_id": "609ACF283XXXX",
"access_token": "646116c7XXXX"
}
'