curl --location --request PATCH '/spaces//order' \ --header 'Content-Type: application/json' \ --data-raw '{ "order": 0 }'
{ "spaceId": "string", "order": "string" }