curl --location --request PUT 'https://api.peiperless.com/api/v1/agents/1' \ --header 'Authorization: Bearer [ACCESS_TOKEN]' \ --header 'Content-Type: text/plain' \ --data-raw '{ "firstname": "Juan", "lastname": "Pérez" }'
{}