curl --location --request GET '/roles' \
--header 'Authorization: <api-key>'{
"success": true,
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Admin",
"description": "Administrator role with full access",
"createdAt": "2024-02-18T10:00:00.000Z",
"updatedAt": "2024-02-18T10:00:00.000Z"
}
],
"errors": [
"string"
]
}