{
"type": 1
}
curl --location --request POST '/api/v3/contract/field' \
--header 'appId: {{appId}}' \
--header 'appId;' \
--header 'timestamp: {{timestamp}}' \
--header 'timestamp;' \
--header 'sign: {{sign}}' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1
}'
{
"code": 0,
"message": "string",
"data": {
"essentialInfoParams": [
{
"fieldId": "string",
"fieldName": "string"
}
],
"expandInfoParams": [
{
"fieldId": "string",
"fieldName": "string"
}
]
}
}