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