{
"property1": {},
"property2": {}
}
curl --location --request POST 'https://api.shakingcloud.com/api/user/card/activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {},
"property2": {}
}'
{
"attributes": {},
"code": "string",
"data": {},
"msg": "string",
"success": true,
"totalCount": 0
}