curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/ticket/{ticketId} \
--header 'Content-Type: application/json' \
--data '{
"comment": {
"body": "ticket update"
},
"status": "solved"
}'
Update a Ticket
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/ticket/{ticketId} \
--header 'Content-Type: application/json' \
--data '{
"comment": {
"body": "ticket update"
},
"status": "solved"
}'
"{{sd-api-key}}"
"{{sd-dashboard-user-email}}"