curl --location --request POST '/payment/api/deposit' \
--header 'x-client-id;' \
--header 'x-secret-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"value_cents": 1000,
"generator_name": "Greg Fill",
"generator_document": "01814851410",
"generator_phone": "11987650000",
"expiration_time": 1800,
"comment": "Pagamento Seguro",
"callback_url": "https://example.com"
}'{
"transaction_id": "trx_123",
"transaction_status": "pending",
"transaction_amount_cents": 10000,
"fee": 150,
"qrcode_content": "000201010212...",
"created_at": "2026-01-19T12:00:00.000Z"
}