first_name
(string, required): The first name of the user.last_name
(string, required): The last name of the user.email
(string, required): The email address of the user.{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
}
}
}