curl --location --request POST 'https://api.cloud-services.yuv.com.br/driver' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "José",
"identifier": "12345678",
"birthDate": "1999-01-01",
"cnh": "12345678912345",
"cnhExpiresAt": "2028-05-20",
"cnhCategories": [
"A",
"B",
"C"
],
"medicalExamExpiresAt": "2028-05-20"
}'
{
"responseId": 42105
}