curl --location 'https://api.voxa.sa/v1/whatsapp/service-account/sendImage' \
--header 'Authorization: Bearer eyJh......' \
--header 'content-type: application/json' \
--data '{
"ChannelId": "3a197.........",
"ImageUrl": "https://example.com/image.jpg",
"ToNumber": "9665xxxxxxxx",
"Caption": "Test caption"
}'{
"contactId": "3a1e15..............",
"status": "Pending",
"message": "Message has been queued for sending",
"conversationEventId": "3a21f2..............",
"messageId": null
}