curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/permissions/project' \
--header 'Content-Type: application/json' \
--data-raw '{
"permissions": [
"string"
]
}'
{
"projects": [
{
"id": 0,
"key": "string"
}
]
}