Authorization: Bearer ********************{
"title": "string",
"imgUrl": "string",
"author": "string"
}curl --location --request POST '/web/after-sales-program/access/v1.0/hot' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"imgUrl": "string",
"author": "string"
}'{
"code": 200,
"msg": "string",
"data": "string"
}