curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Requires the waba_account:operate machine scope.
curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
Success
Raw single-resource success payload for v3.