{
"contract": "string",
"hash": "string"
}curl --location --request POST 'https://acala.api.subscan.io/api/scan/midnight/contract/state' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract": "string",
"hash": "string"
}'{
"code": 0,
"data": {
"property1": "string",
"property2": "string"
},
"generated_at": 1699600641,
"message": "Success"
}