approved (successful match) or rejected (mismatch).curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "exampleuserid123",
"status": "APPROVED",
"iban": "DK1084758300566382"
}'{}