curl --location --request POST '/integration-gateway/external/nin/verify' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nin": "string"
}'{
"message": "Api key missing",
"error": "Unauthorized",
"statusCode": 401
}