cURL
curl --request POST \ --url https://seu-dominio.com/v2/pix/refund \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pix_id": "<string>", "amount": 123, "description": "<string>" } '
{}
Token retornado por POST /v2/oauth/token
OK
The response is of type object.
object