Authorization: Bearer ********************
curl --location 'https://scenic-tokyo-3bje4ahyb4rd.on-vapor.com/api/v1/employees/' \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "social_name": "string", "email": "user@example.com", "phone": "string", "document": "stringstrin", "internal_id": "string", "language": "pt_br", "birthdate": "2019-08-24T14:15:22.123Z", "hiring_date": "2019-08-24T14:15:22.123Z", "firing_date": "2019-08-24T14:15:22.123Z", "is_voluntary_firing": true, "reason_firing": "string", "is_on_leave": true, "fields": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "value": "string" } ], "created_at": "2019-08-24T14:15:22.123Z", "updated_at": "2019-08-24T14:15:22.123Z", "has_avd": true } }