curl --request POST \
--url https://api-sandbox.y.uno/v1/smart-support/external/payments/recover \
--header 'Content-Type: application/json' \
--header 'account-code: <api-key>' \
--header 'private-secret-key: <api-key>' \
--header 'public-api-key: <api-key>' \
--data '
{
"payment_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"channel": "PHONE",
"language": "pt-BR"
}
'