Authorization: Bearer ********************{
"type": "text",
"phoneNumber": "5511912345678",
"content": "Olá, tudo bem?"
}curl --location --request POST 'https://api.opt-api.com/api/messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "text",
"phoneNumber": "5511912345678",
"content": "Olá, tudo bem?"
}'{"status":"success","message":"Request completed successfully!"}