curl --request POST \
--url https://www.manglai.io/api/v1/companies/{id}/organization-limits \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"companyId": "<string>",
"relatedCompanyId": "<string>",
"organizationLimit": "<string>",
"percentage": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
'