cURL
curl --request POST \ --url https://services.pref.rio/go/api/v1/empregabilidade/modelos-trabalho \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "created_at": "<string>", "descricao": "<string>", "id": "<string>", "updated_at": "<string>" } '
{ "created_at": "<string>", "descricao": "<string>", "id": "<string>", "updated_at": "<string>" }
Cria um novo modelo de trabalho
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dados do modelo de trabalho
Created