{
  "email": "user@example.com",
  "name": "string",
  "first_name": "string",
  "last_name": "string",
  "client_profile": {
    "gender": "M",
    "date_birth": "2019-08-24",
    "terms": true,
    "phone": "string"
  }
}
email
string<email>
required
>=1 characters
name
string
required
>=1 characters <= 255 characters
first_name
string
required
>=1 characters <= 150 characters
last_name
string
required
>=1 characters <= 150 characters
client_profile
object
{
  "email": "user@example.com",
  "name": "string",
  "first_name": "string",
  "last_name": "string",
  "client_profile": {
    "gender": "M",
    "date_birth": "2019-08-24",
    "terms": true,
    "phone": "string"
  }
}