ProjectConfigs
Get project configs
Returns the project-level configuration (stored under the "project_config" key).
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/project/configs"{
"code": 0,
"error": "string",
"msg": "string",
"data": {}
}