Authorization: Bearer ********************
curl --location --request GET 'https://theater-test-api.sylangyue.xyz/api/user/playlet/search-history'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"keyword": "string"
}
]
}