curl --location --request POST 'https://staging-api.feedmena.com/api/v1/webhooks/widebot/' \ --header 'X-Account-ID: FMXXXXXXXXXXXXX' \ --header 'X-Auth-Key: XXXXXXXXXXXXXXXXXXXXXXX' \ --form 'content="The Pizza is amazing !"' \ --form 'content_type="Text"' \ --form 'phone_number="+966541717173"'
{ "message_sid": "string" }