Authorization: ********************{
"key": "max_players",
"value": 8,
"type": "string"
}curl --location 'https://api.yearnstudio.cn/api/mmo/room/data/set' \
--header 'X-MMO-Room;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"key": "max_players",
"value": 8,
"type": "string"
}'{
"status": "ok"
}