Request
Body Params application/json
{
"transaction_id": "wJGNjD9rVY",
"provider_transaction_id": "L3XVY6",
"category": "advise",
"description": "test create support ticket",
"attachment": ""
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/api/v1/support-ticket/create' \
--header 'Authorization: {{authorization-token}}' \
--header 'X-Auth-Service: {{x-auth-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "wJGNjD9rVY",
"provider_transaction_id": "L3XVY6",
"category": "advise",
"description": "test create support ticket",
"attachment": ""
}'
Responses
application/json Modified at 2025-09-15 16:09:10