curl --request POST \
--url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/cancel-approve \
--header 'AccessToken: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"cancellation_reason": [
"<string>"
],
"internal_cancellation_reason": [
"<string>"
],
"cancellation_reason_broker": "<string>",
"cancel_reason_others": "<string>"
}
'