curl --location --request POST '/api/v1/kyc/status' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "8X2m7_116"
}'
{
"status": 0,
"code": 401,
"error": "Please login first and complete otp validation in kycUrl."
}