Post: Create New Usecase
In this API, a new use case is created by providing the use case name, description, and source (such as internal or external).
Endpoint:
/aion_core/usecase/create_new_usecase
Input:
- usecase_name (string): Name of the usecase to be created.
- description (string): Short description of the use case.
- source (string): Source of the use case (e.g., internal, external).
Output:
- Response message confirming creation.