{
  "gender": "M",
  "date_birth": "2019-08-24",
  "terms": true,
  "phone": "string"
}
gender
string
required

Allowed values: M F

date_birth
string<date>
required
terms
boolean

read-only

phone
string

read-only >= 1 characters

{
  "gender": "M",
  "date_birth": "2019-08-24",
  "terms": true,
  "phone": "string"
}