Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//threads//messages/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "text",
"text": "string",
"attachment_type": "string",
"attachment_url": "string",
"template_name": "string",
"template_params": {
"property1": "string",
"property2": "string"
}
}'{
"success": true,
"data": null,
"message": "string"
}