curl --location --request POST 'https://openapi.wateen.ai/api/v1/Class' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "isActive": true, "description": "string" }'