Authorization: Bearer ********************{
"name":"Test客户端",
"redirect_uris":[
"http://localhost:1145"
],
"description":"测试客户端啦啦啦啦",
"homepage":"https://lolia.link"
}curl --location --request POST 'https://api.lolia.link/api/v1/user/oauth/app' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Test客户端",
"redirect_uris":[
"http://localhost:1145"
],
"description":"测试客户端啦啦啦啦",
"homepage":"https://lolia.link"
}'{
"code": 0,
"msg": "string"
}