Authorization: Bearer ********************
curl --location 'https://prod.your-api-server.com/companies' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "string", "website": "string", "notes": "string" }'