curl --location --request POST 'https://api.francavenda.com.br/v1/cliente' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "Juscelino Kubitschek de Oliveira",
"email": "user@example.com",
"senha": "pa$$word",
"nascimento": "2019-08-24",
"sexo_id": 1,
"mae": "Tânia Emanuelly Lara Gomes",
"cpf": "615.449.790-37",
"rg": "10.450.369-5",
"rg_emissor": "SSPPB"
}'{}