{
"responseFormat": "string",
"worksheets": "string"
}curl --location --request POST 'https://www.nocoly.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
}