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