token - JWT token signed by ELM containing request status and user informationtransId - Transaction ID created upon creating the requestrequestId - Request Number sent by client upon creating the requestCOMPLETED - Request accepted by authenticated user with successful biometric verificationREJECTED - Request rejected by user or verification failedCOMPLETED.curl --location --request POST '/webhooks/nafath' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"trans_id": "NF123456789",
"request_id": "s1d2e3f4-a5b6-7890-c1d2-e3f4a5b6c7d8"
}'{
"success": true,
"timestamp": "string"
}