{
"token": "dolor aute nostrud",
"param": {
"userId": 500521,
"blockList": [
{
"title": "officia deserunt",
"desc": "voluptate qui cillum sunt",
"userId": 121,
"sort": 35277849,
"navigatorConfig": {
"showNavigatorFlag": 1,
"type": 3,
"selectedMetadataCode": "code"
},
"blockId": 97333751
}
],
"create": true,
"portalId": 74720738
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/batchSaveBlock' \
--header 'Access-token: b46eda34-bf02-452b-b518-75d68a7159ab' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "dolor aute nostrud",
"param": {
"userId": 500521,
"blockList": [
{
"title": "officia deserunt",
"desc": "voluptate qui cillum sunt",
"userId": 121,
"sort": 35277849,
"navigatorConfig": {
"showNavigatorFlag": 1,
"type": 3,
"selectedMetadataCode": "code"
},
"blockId": 97333751
}
],
"create": true,
"portalId": 74720738
}
}'
{
"code": "string",
"message": "string",
"result": [
0
]
}