Authorization: ********************curl --location --request POST '/admin/CreateAd' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'url=' \
--data-urlencode 'image=' \
--data-urlencode 'expirationTime='{
"code": 200,
"msg": "数据请求成功",
"data": "数据添加成功",
"request_id": ""
}