curl --location --request PUT 'https://dev-api.idukki.io/communication/updateMessageForBusiness' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messagesToUpdate":[
{
"messageType":"THANK_YOU_MESSAGE_YOUTUBE",
"messageName":"Pranit thank you mail updated",
"message":"test updated",
"id":7
}
]
}'{}