cURL
curl --request POST \ --url https://api.market.iventou.com.br/wallets/{id}/deposit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "value": 123 }'
Token from partner authetnication
Deposit made to wallet successfully