curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/interchange/withdrawal/confirm \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--data '
{
"transferId": "<string>",
"withdrawalConfirmation": "ACCEPT",
"reason": "<string>"
}
'