curl --location --request POST '/api/v1/accounts//conversations' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"source_id": "string",
"inbox_id": "string",
"contact_id": "string",
"additional_attributes": {},
"custom_attributes": {
"attribute_key": "attribute_value",
"priority_conversation_number": 3
},
"status": "open",
"assignee_id": "string",
"team_id": "string",
"message": {
"content": "string",
"template_params": {
"name": "sample_issue_resolution",
"category": "UTILITY",
"language": "en_US",
"processed_params": {
"1": "Chatwoot"
}
}
}
}'