Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/mch/website/detail'
{
"code": 0,
"msg": null,
"data": {
"id": 2,
"websiteName": "dietforasian",
"websiteUrl": "https://dietforasian.store",
"mchName": null,
"currencies": null,
"areas": null,
"singleAmt": null,
"monthAvgAmt": null,
"applyStatus": "04",
"reason": "[]"
}
}