curl --location --request POST 'https://api.stateset.com/v1/rules' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "2438cf38-4004-41d3-8c90-131735ff7d00", "type": "System Rule", "name": "Rule 1", "description": "This is the rule", "created_at": "2023-11-28T00:00:00.000000Z", "updated_at": "2023-11-28T00:00:00.000000Z" }'
{ "id": "2438cf38-4004-41d3-8c90-131735ff7d00", "type": "System Rule", "name": "Rule 1", "description": "This is the rule", "created_at": "2023-11-28T00:00:00.000000Z", "updated_at": "2023-11-28T00:00:00.000000Z" }
This endpoint creates a new rule