APIReferenceREST (HTTP/JSON)Unit serviceCreateUnitUsed to create a unit.POST/api/v2/unitsQuery ParametersnameRequiredstringcURLPythoncurl -X POST "<API_URL>/api/v2/units?name=string" \ -H "Authorization: Bearer <API_KEY>"200defaultA successful response.Response{ "unit": { "unitId": "string", "abbreviatedName": "string" } }PreviousListTags GETNextListUnits GET