I am working on integration JIRA api, how can i create a new project into JIRA through api
from api documentation i can see end points for listing the projects and some other project related activity, but there is no any end point to create a new project into the JIRA.
i have attached a piece of REST API screenshot, in the screenshot there is no any POST url mentioned for creating the project..
For completing my work i am using c#.Net with console based application.
Please help me what i can do into it.