curl --location '/api/AlerthubService/send/messages' \
--header 'ApiUserID: demo_user_001' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.demo.token' \
--header 'RequestId: trx_001' \
--header 'InstanceID: INS123456' \
--header 'ScheduledDateTime: dd/mm/yyyy,hh:mm AM/PM (Future schedule)' \
--header 'IsSafeMode: false' \
--header 'IntervelBetweenMsg: 0' \
--header 'Content-Type: application/json' \
--data '{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient-Phone-Number}}",
"type": "interactive",
"interactive": {
"type": "product",
"body": {
"text": "OPTIONAL_BODY_TEXT"
},
"footer": {
"text": "OPTIONAL_FOOTER_TEXT"
},
"action": {
"catalog_id": "367025965434465",
"product_retailer_id": "ID_TEST_ITEM_1"
}
}
}'