Create new case allows the api consumer to create new cases
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.
Id of the tenant the case is being created for
New case object
Id of the customer which the case belongs to
Currency
DKK, SEK, NOK, USD, EUR, GBP, CHF Id of case group
Case properties. You can create your own property types under settings in the platform. Use the handle as object key like this: { "mySingleLineTextPropertyTypeHandle": "your value" }