curl --request PATCH \
--url https://api.roostedhr.com/api/1_12/company/info \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "<string>",
"primary_contact": "<string>",
"contact_number": "<string>",
"contact_email": "jsmith@example.com",
"address": "<string>",
"city": "<string>",
"zip": "<string>",
"country_id": 1,
"timezone_id": 1,
"hr_manager": "<string>",
"hr_phone": "<string>",
"hr_email": "jsmith@example.com"
}
'