curl --request POST \
--url https://apis.vectalk.com.br/api/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"messaging_product": "<string>",
"recipient_type": "<string>",
"to": "<string>",
"type": "<string>",
"context": {
"context.message_id": "<string>"
},
"sticker": {
"sticker.id": "<string>",
"sticker.link": "<string>"
}
}
'