curl --request POST \
--url https://api.z-api.io/instances/{instanceId}/token/{token}/send-carousel \
--header 'Client-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"message": "<string>",
"carousel": [
{
"text": "<string>",
"image": "<string>",
"buttons": [
{
"id": "<string>",
"label": "<string>",
"type": "<string>",
"url": "<string>",
"phone": "<string>"
}
]
}
]
}
'