curl --location --request POST 'https://api.rocketlead.com/api/v1/conversations/send-test' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"waAccountId": "string",
"recipientPhone": "string",
"body": "string"
}'