This is an example of a request that can be sent to SMSchat
curl --location 'https://smschat.org/api/whats-app/send-message' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YVw4g3sW70qLNali' \
--data '{
"recipient": "+380963554316",
"message": "test message 1",
"buttons": [{"id": "1", "body": "button 1"}, {"id": "2", "body": "button 2"}]
}'
Set webhook