{
"key": {}
}
curl --location --request POST '/store/info' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"data": {
"apply_type": "string",
"mch_list": "string",
"auth_flag": "string"
}
}