curl --request GET \
--url https://api.diversion.dev/v0/auth/test \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}Test token validity and repo write access
curl --request GET \
--url https://api.diversion.dev/v0/auth/test \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}