Skip to main content
POST
/
api
/
sdk
/
test-tool
Test Tool
curl --request POST \
  --url https://api.example.com/api/sdk/test-tool \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

The body is of type Request Data · object.

Response

Successful Response