curl --request POST \
--url https://api.osohq.com/api/authorize_resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resources": [
{
"type": "<string>",
"id": "<string>"
}
],
"context_facts": []
}
'