cURL
curl --request POST \ --url https://api-hml.ponto-on.com/funcionarios/1/foto \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form foto='@example-file'
Foto Funcionário
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>