Authorization: Bearer ********************{
"title": "OpenAPI 文档",
"url": "https://open.emooai.com"
}curl --location --request PUT 'https://app.emooai.com/open-api/v1/shortcut/290' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "OpenAPI 文档",
"url": "https://open.emooai.com"
}'{
"code": 200,
"message": "success",
"data": {
"id": 0,
"title": "string",
"url": "string",
"order": 0
}
}