Body
-
content
string Required Minimum length is
1
, maximum length is2048
.
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/tickets/{ticketId}/message' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"content":"string"}'
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/tickets/{ticketId}/message' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/tickets/{ticketId}/message' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"content": "string"
}
{
"content": "string"
}
{
"content": "string"
}