curl --location 'https://upload.tf/api/v1/.well-known/oauth-protected-resource' \
--header 'x-api-key: <api-key>'{
"resource": "http://example.com",
"authorization_servers": [
"http://example.com"
],
"bearer_methods_supported": [
"header"
],
"scopes_supported": [
"sites:read",
"sites:write"
]
}