Updates an existing company or creates a new one
POST
/api/company/save
curl \
--request POST 'http://api.example.com/api/company/save' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Updates an existing company or creates a new one
curl \
--request POST 'http://api.example.com/api/company/save' \
--header "Authorization: Bearer $ACCESS_TOKEN"