curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"cpCode": "",
"brandCode": "",
"type": ""
}'
{
"error_code": "",
"error_msg": "",
"success": "",
"data": {
"templateList": [
{
"id": "",
"cpCode": "",
"brandCode": "",
"templateType": "",
"templateCustomerType": "",
"templateName": "",
"templateDesc": "",
"templatePreviewUrl": ""
}
]
}
}