RCS is an integrated messaging channel that enables businesses to engage with customers through rich, immersive two-way conversations
curl --request POST \
--url https://control.msg91.com/api/v5/rcs/send-rcs-message/bulk/ \
--header 'accept: application/json' \
--header 'authkey: <authkey>' \
--header 'content-type: application/json' \
--data '{"customer_numbers":["918818888761","918818888763"],"project_id":"{{project_id}}","function_name":"text_message","text":"rcs test"}'