curl --location --request PUT 'http://127.0.0.1:3000/api/v1/users/3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "knnk88.sf363@yeah.net",
"role": "teacher",
"status": "inactive",
"profile": {
"name": "俞晨",
"student_id": "51",
"class": "sit labore dolore"
}
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"username": "string",
"email": "string",
"role": "string",
"status": "string",
"updated_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}