Request
Body Params application/json
{
"username": "string",
"Idstr": "string"
}
Request Code Samples
curl --location --request POST '/openapi/single/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"Idstr": "string"
}'
Responses
{
"property1": "string",
"property2": "string"
}
Modified at 2025-12-30 07:52:11