curl --location --request POST 'https://sandbox-ledger.fingates.net/api/v1/agents/payments/simulation/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": {
"transaction_id": "string",
"payment_status": "REJECTED",
"explanation": "string"
}
}'