curl --request {reuqest_type} \ --url {base_url}/api/companies/10 \ --header 'Accept: application/json' \ --header 'Authorization: {auth}' \ --header 'Content-Type: application/json' \ --data '{ {body} }'
Accept application/json Authorization {auth} Content-Type application/json