Authorization: Bearer ********************
{ "amount": "string" }
curl --location --request POST 'https://payments.dubpay2.com.br/api/withdraw' \ --header 'store-id: ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": "string" }'
{"success":false,"message":{"amount":["O valor deve ser um número inteiro em centavos"]}}