curl --location --request POST '/projects/archived/restore' \
--header 'Authorization: Bearer <token>'{
"message": "Unprocessable Entity",
"errorCode": "request_invalid",
"errors": [
{
"type": "string",
"loc": [
"string"
],
"msg": "string",
"input": "string"
}
]
}