curl --location --request PATCH '/spaces/documentation-page//content/without-new-version' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"contentText": "string"
}'
{
"message": "Unexpected token '1', \"123\" is not valid JSON",
"error": "Bad Request",
"statusCode": 400
}