Authorization: Bearer ********************
{
"amount": 0
}
curl --location --request POST '/api/user/withdraw' \
--header 'Accept;' \
--header 'X-Requested-With;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0
}'
{"data":{"id":1,"balance":4,"amount":1,"payee":null,"payer":null,"remarks":null,"status":"\u5f85\u5904\u7406","user_id":1,"finish_at":null,"reason":null,"created_at":1665290278},"code":200,"message":"\u7533\u8bf7\u6210\u529f"}