curl --request POST \
--url https://example.com/v1/authorization \
--header 'X-Auth-Signature: string' \
--header 'X-Auth-Timestamp: string' \
--header 'X-Auth-Token: string' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 0,
"rrn": 0,
"token_id": "string",
"datetime_authorization": "2023-04-24T12:00:00Z",
"amount_settlement": 0.1,
"currency_settlement": "AED",
"amount_transaction": 0.1,
"currency_transaction": "AED",
"accounts_local": [
{
"account_id": 0,
"account_currency": "AED",
"account_amount": 0.1,
"account_local_rate": 0.1,
"fee_amount": 0.1
}
],
"authtype": "Cash",
"crdacptloc": "string",
"aprvlcode": "string",
"response_code": "Aborted",
"mcc": 0,
"country": "AA",
"town": "string",
"rate": 0.1,
"nrn": "string",
"advice": true,
"tlid": "string"
}
'