curl --request POST \
--url https://services.pref.rio/go/api/v1/empregabilidade/escolaridades \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"created_at": "<string>",
"descricao": "<string>",
"id": "<string>",
"updated_at": "<string>"
}
'