POST /self/{shopId}/tickets/{ticketId}/message
Body
-
Minimum length is
1
, maximum length is2048
.
POST /self/{shopId}/tickets/{ticketId}/message
curl \
-X POST https://dev.sellpass.io/self/{shopId}/tickets/{ticketId}/message \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"content":"string"}'
Request example
{
"content": "string"
}
Request examples
{
"content": "string"
}