curl --location --request POST 'http://dev-cn.your-api-server.com/v1/custom-use-cases/create' \
--header 'Authentication: Bearer <API KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{"name": "<NAME>", "inputName": "<INPUT NAME>", "inputPlaceholder": "<INPUT PLACEHOLDER>", "outputExample": "<OUTPUT EXAMPLE>"}'
{}