Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/user-service/v1/kyc/aadhaar-okyc/send-otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aadhaar": "stringstring"
}'{
"status": "success",
"message": "string"
}