curl --location --request POST 'https://smart-locker-api.byrokket.com/api/qrlogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"qr_login_code": "364bb5b9-5231-45e4-bc4e-ad422dae9ef3"
}'{
"status": true,
"message": "string",
"data": {
"id": "string",
"user_name": "string",
"email_id": "string"
}
}