{ "color": [ 255, 255, 255 ], "isOpen": true, "mode": 1 }
curl --location --request POST 'https://mydodo.fun/fishtank/post/rgbLed' \ --header 'Content-Type: application/json' \ --data-raw '{ "color": [ 255, 255, 255 ], "isOpen": true, "mode": 1 }'
{ "code": 0, "data": {}, "message": "string" }