curl --location --request POST 'https://smart-locker-api.byrokket.com/api/user/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "2",
"email_id": "captain@gmail.com"
}'{
"title": "string",
"type": "string",
"code": 0,
"message": "string",
"file": "string",
"line": 0,
"trace": [
{
"file": "string",
"line": 0,
"function": "string",
"class": "string",
"type": "string"
}
]
}