curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/card-transactions/advise?simulate_delay_ms' \
--header 'Content-Type: application/json' \
--data-raw '{
"advisement_type": "auth",
"card_id": "550e8400-e29b-41d4-a716-446655440000",
"tid": "T1699999999123",
"amount": 25,
"currency_code": "SAR",
"acquirer_country": "SAU",
"tenant_short_code": "VRTX",
"decision_code": "00",
"reason_code": "000",
"decision_desc": "Approve",
"transaction_type": "UNSPECIFIED",
"card_use_type": "Chip"
}'