Authorization: Bearer ********************
{
"url": "string",
"method": "string",
"headers": null,
"body": null
}
curl --location --request POST 'http://api.sikey.com.cn/app-api/mcdisk/passThrough/proxy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"method": "string",
"headers": null,
"body": null
}'
{
"code": 0,
"data": {},
"msg": "string"
}