username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/rbac/access_requests' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_request": {
"role_id": 0,
"target_id": 0,
"requester_type": "custom",
"requester_id": "api",
"description": "string"
}
}'{
"error": "authentication_failed",
"error_description": "string",
"errors": [
"string"
]
}