Authorization: Bearer ********************{
"location": "string",
"reload": "string"
}curl --location -g --request POST '/api/web/demo/v1/resp/success?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"location": "string",
"reload": "string"
}'{
"code": 1,
"message": "string",
"data": {
"_reload": "string",
"_location": "string",
"_time": 0
}
}