此文档并非官方文档,本文档由 快辰 进行维护更新,主要为工作室 灵工艺 开发软件测试使用,公开以方便更多有需要的朋友。
username:password
Authorization: Basic *****************
{ "message": "Hello, Palworld! {{$date.now}}" }
curl --location --request POST '/v1/api/announce' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic Og==' \ --data-raw '{ "message": "Hello, Palworld! {{$date.now}}" }'