curl --location --request POST 'https://smart-locker-api.byrokket.com/api/user/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "Captain",
"email_id": "captain@gmail.com",
"employee_id": "003",
"group_id": 2,
"created_by": 1
}'{
"status": "string",
"message": {
"user_name": "string",
"email_id": "string",
"employee_id": "string"
}
}