curl --location --request PUT 'https://api.falken.ltd/api/organizationtypes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"slug": "string",
"description": "string",
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"displayOrder": 0
}'
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Authorization: Bearer ********************