curl --location -g --request POST '{{ecommercev2_url}}/tickets' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"title": "string",
"typeId": "string",
"priority": "low",
"description": "string",
"attachment": {
"filename": "string",
"contentType": "string",
"size": 0,
"url": "string"
},
"quotationId": "string",
"invoiceId": "string",
"orderId": "string",
"buyerId": "string",
"vendorId": "string"
}'
{}
x-access-token: ********************