curl --location --request PATCH '/iam/api/orgs/' \
--header 'Authorization;' \
--data-urlencode 'parent_id=' \
--data-urlencode 'name=' \
--data-urlencode 'description=' \
--data-urlencode 'seq=' \
--data-urlencode 'manager='{
"result": true,
"error": "string",
"error_description": "string"
}