Skip to main content
POST
/
cabinet
/
admin
/
withdrawals
/
{withdrawal_id}
/
complete
Complete Withdrawal
curl --request POST \
  --url http://localhost:8080/cabinet/admin/withdrawals/{withdrawal_id}/complete
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

withdrawal_id
integer
required

Response

Successful Response