{
    "responseFormat": "string",
    "worksheets": "string"
}curl --location --request POST 'https://api.mingdao.com/v3/app/worksheets/' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "responseFormat": "string",
    "worksheets": "string"
}'{
    "success": true,
    "error_code": 1
}