and tried to create a confluence space using an Api: https://orosreto.atlassian.net/wiki/rest/api/space
but I always get an error this is the json body
‘{
“key”: “”,
“name”: “”,
“description”: {
“plain”: {
“value”: “”,
“representation”: “”
}
},
“permissions”: [
{
“subjects”: {
“user”: {
“results”: [
{
“type”: “known”,
“username”: “”,
“userKey”: “”,
“accountId”: “”,
“accountType”: “atlassian”,
“email”: “”,
“publicName”: “”,
“profilePicture”: {
“path”: “”,
“width”: 2154,
“height”: 2154,
“isDefault”: true
},
“displayName”: “”,
“operations”: [
{
“operation”: “administer”,
“targetType”: “application”
}
],
“details”: {},
“personalSpace”: {
“id”: 2154,
“key”: “”,
“name”: “”,
“type”: “”,
“status”: “”,
“_expandable”: {},
“_links”: {}
},
“_expandable”: {
“operations”: “”,
“details”: “”,
“personalSpace”: “”
},
“_links”: {}
}
],
“size”: 2154
},
“group”: {
“results”: [
{
“type”: “group”,
“name”: “”,
“id”: “”,
“_links”: {}
}
],
“size”: 2154
},
“_expandable”: {
“user”: “”,
“group”: “”
}
},
“operation”: {
“operation”: “administer”,
“targetType”: “application”
},
“anonymousAccess”: true,
“unlicensedAccess”: true
}
]
}’