curl --location --request PUT 'https://smart-locker-api.byrokket.com/api/user/9' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "valet5",
"email_id": "valet5@byrokket.com",
"employee_id": "003",
"created_by": 1,
"credentials": [
{
"credentials_type_id": 2,
"credentials_value": "65456487643446"
},
{
"credentials_type_id": 3,
"credentials_value": "6497"
}
]
}'{
"title": "string",
"type": "string",
"code": 0,
"message": "string",
"file": "string",
"line": 0,
"trace": [
{
"file": "string",
"line": 0,
"function": "string",
"class": "string",
"type": "string"
}
]
}