{
"face_id": 10,
"face_type": 1,
"wording": "欸嘿"
}
curl --location --request POST '/set_diy_online_status' \
--header 'Content-Type: application/json' \
--data-raw '{
"face_id": 10,
"face_type": 1,
"wording": "欸嘿"
}'
{
"status": "ok",
"retcode": 0,
"data": "string",
"message": "string",
"wording": "string",
"echo": "string"
}