Sandbox
Create a new sandbox
Create and start a new sandbox for the project
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Response Body
application/json
curl -X POST "https://loading/api/v1/sandbox"{
"code": 0,
"error": "string",
"msg": "string",
"data": {
"sandbox_created_at": "string",
"sandbox_expires_at": "string",
"sandbox_id": "string",
"sandbox_status": "string"
}
}