Authorization: Bearer ********************
{ "amount": "string", "userId": "string" }
curl --location --request POST 'https://api.dubpay2.com.br/api/seller/withdraw' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": "string", "userId": "string" }'
{ "success": true, "data": { "user_id": 154, "admin_id": null, "amount": 10000, "status": "pending", "type": "withdraw", "updated_at": "2025-01-01T22:04:28.000000Z", "created_at": "2025-01-01T22:04:28.000000Z", "id": 44 }, "message": "Withdraw has been successful" }