tickets_all Permission, Token Scope, Not has Restriction, you can see all or tickets_see_not_assigned Permission, Token Scope, Not has Restriction for see not assigned or just you own if you have only tickets_see_my Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/tickets/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 4,
"priority": "high",
"status": "closed",
"user_id": 1,
"agent_id": 1,
"created_at": "2024-10-08 09:21:12",
"updated_at": "2024-10-08 10:45:54"
}