curl --location --request POST '/rest/api/3/plans/plan//team/planonly' \
--header 'Content-Type: application/json' \
--data-raw '{
"capacity": 200,
"issueSourceId": 0,
"memberAccountIds": [
"member1AccountId",
"member2AccountId"
],
"name": "Team1",
"planningStyle": "Scrum",
"sprintLength": 2
}'
0