he_user_search_history
{
"keyword": "string",
"createTime": "string",
"userId": "string",
"pageNum": 0,
"pageSize": 0
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/userSearchHistory/page' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"createTime": "string",
"userId": "string",
"pageNum": 0,
"pageSize": 0
}'
{}