curl --location --request PATCH '/spaces//icon' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"iconKey": 0
}'
{
"message": "Unexpected token '1', \"123\" is not valid JSON",
"error": "Bad Request",
"statusCode": 400
}