为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
{ "type": "status_update", "player": "wesing", "data": { "status": "playing", "detail": "告白 - 花澤香菜" } }
curl --location --request POST 'https://your-api-server.com' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "status_update", "player": "wesing", "data": { "status": "playing", "detail": "告白 - 花澤香菜" } }'