{ "ssid": "FishTank_xxxx", "passwd": "12345678" }
curl --location --request POST 'https://mydodo.fun/fishtank/post/device_ap' \ --header 'Content-Type: application/json' \ --data-raw '{ "ssid": "FishTank_xxxx", "passwd": "12345678" }'
{ "code": 0, "data": {}, "message": "string" }