curl --location --request GET 'https://api.cloud-services.yuv.com.br/driver' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "12345678",
"page": 1
}'
{
"currentPage": 1,
"data": [
{
"driverId": 1,
"driverName": "João Francisco",
"driverBirthDate": "2002-09-04T00:00:00.000000Z",
"driverCnh": null,
"driverCnhExpiresAt": "2028-04-04T00:00:00.000000Z",
"driverMedicalExamExpiresAt": null,
"driverIdentifier": null,
"driverCnhCategories": [
{
"id": 1,
"category": "A"
},
{
"id": 2,
"category": "B"
}
],
"customerName": "João LTDA"
}
],
"lastPage": 1,
"perPage": 20,
"total": 1
}