curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"baseInfos": [
{
"dataTag": "null",
"encryptedData": "null"
}
],
"actionType": "null",
"appUserId": "null"
}'
{
"dataInfoList": [
{
"dataTag": "null",
"encryptedData": "null",
"decryptedData": "null",
"errorCode": "",
"errorMsg": "null"
}
]
}