{
"dataSchema": {
"type": "object",
"schema": {
"property1": {
"type": "string",
"required": true,
"enumAuto": 0,
"generator": "string",
"default": null,
"min": 0,
"max": 0,
"children": {
"property1": null,
"property2": null
}
},
"property2": {
"type": "string",
"required": true,
"enumAuto": 0,
"generator": "string",
"default": null,
"min": 0,
"max": 0,
"children": {
"property1": null,
"property2": null
}
}
}
},
"count": 10
}curl --location --request POST '/fakeApi/generate' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSchema": {
"type": "object",
"schema": {
"property1": {
"type": "string",
"required": true,
"enumAuto": 0,
"generator": "string",
"default": null,
"min": 0,
"max": 0,
"children": {
"property1": null,
"property2": null
}
},
"property2": {
"type": "string",
"required": true,
"enumAuto": 0,
"generator": "string",
"default": null,
"min": 0,
"max": 0,
"children": {
"property1": null,
"property2": null
}
}
}
},
"count": 10
}'{
"code": 0,
"success": true,
"msg": "string",
"data": null
}