{}
curl --location --request POST '/gateway/monitor/api/inspect/getInformationList' \
--header 'appKey: {{appKey}}' \
--header 'nonce: {{nonce}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}