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