Create authorization
Starts an authorization flow
post/authorizations
Request body
Example request
{
"challenge": "1234567890abcdef",
"permissions": [
{
"scope": "denoland",
"package": "fmt",
"version": "1.2.3"
}
]
}Response
OK