curl --location --request POST 'https://test-api.bringthisfood.com/v1/support/ticket//message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"storeId": "string"
}'{
"success": true,
"statusCode": 200,
"data": {
"message": {
"id": "string",
"dateCreated": "2025-10-08T15:30:00.451Z",
"text": "string",
"sender": {
"objectType": "store",
"id": "string"
}
}
}
}