Authorization: Bearer ********************
{
"redirect": "string",
"remark": "string",
"status": 0
}
curl --location --request POST 'http://127.0.0.1:4300/s/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"redirect": "string",
"remark": "string",
"status": 0
}'
{}