curl --location --request GET '/payment/application' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": 9,
"application_id": "test-app",
"wallet_sum": 34643176,
"wallet_sender_account": null,
"wallet_overdraft": 10000000,
"wallet_contract_num": null,
"otp_required": 1,
"otp_gateway": null,
"sms_nickname": null,
"allow_bank_transaction": 1,
"otp_length": 6,
"official_name": "Multicard",
"offer_url": null,
"phone": null,
"added_on": "2021-08-12 00:58:02",
"updated_on": "2024-08-21 10:00:26"
}
}