Bearer 个人访问令牌
{ "servers": [ { "id": "default", "name": "Default Server" }, { "id": "{% mock 'guid' %}", "name": "GUID Server" } ] }
curl --location -g --request PUT 'https://api.apifox.com/api/v1/projects/2078457/settings?locale=zh-CN' \ --header 'X-Apifox-Version;' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "servers": [ { "id": "default", "name": "Default Server" }, { "id": "{% mock '\''guid'\'' %}", "name": "GUID Server" } ] }'
{ "data": null, "success": true }