curl --location --request POST 'https://smart-locker-api.byrokket.com/api/adduser' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "valet10",
"email_id": "valet10@byrokket.com",
"employee_id": "010",
"created_by": 1,
"credentials": [
{
"credentials_type_id": 2,
"credentials_value": "65456487643446"
},
{
"credentials_type_id": 3,
"credentials_value": "6497"
}
]
}'{
"status": "string",
"message": {
"user_name": "string",
"email_id": "string",
"employee_id": "string"
}
}