curl --request POST \
--url https://production.deepvue.tech/v1/kyc/digilocker/initiate-session \
--header 'Content-Type: application/json' \
--header 'client-id: <api-key>' \
--header 'x-api-key: <api-key>' \
--data '
{
"consent": "<string>",
"purpose": "<string>",
"redirect_url": "<string>",
"redirect_to_signup": false
}
'