curl --location --request POST '/rest/api/3/statuses' \
--header 'Content-Type: application/json' \
--data-raw '{
    "scope": {
        "project": {
            "id": "1"
        },
        "type": "PROJECT"
    },
    "statuses": [
        {
            "description": "The issue is resolved",
            "name": "Finished",
            "statusCategory": "DONE"
        }
    ]
}'[{"description":"The issue is resolved","id":"1000","name":"Finished","scope":{"project":{"id":"1"},"type":"PROJECT"},"statusCategory":"DONE","usages":[],"workflowUsages":[]}]