curl --request POST \
--url https://api.example.com/cabinet/referral/withdrawal/{request_id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Cancel a pending withdrawal request.
curl --request POST \
--url https://api.example.com/cabinet/referral/withdrawal/{request_id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}