Authorization: ********************{
"amount": "1",
"account_type": "bank",
"account_name": "string",
"account_number": "string",
"amount.required": "string",
"amount.min": "string",
"account_type.required": "string",
"account_name.required": "string",
"account_number.required": "string"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/coach/income/withdraw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "1",
"account_type": "bank",
"account_name": "string",
"account_number": "string",
"amount.required": "string",
"amount.min": "string",
"account_type.required": "string",
"account_name.required": "string",
"account_number.required": "string"
}'{
"code": 200,
"message": "success",
"data": {}
}