如何使用API创建Jira项目?我尝试了以下操作,但不起作用
curl -X POST -H --basic --user "user:password"\
-H "Content-type: application/json" \
-H 'cache-control: no-cache' \
https://abc-jira.com/rest/api/2/project \
-d '{
"key": "yur",
"name": "yur",
"projectTypeKey": "software",
"Project description": "yur",
"avatarId": 10200
}'