tickets_create_to_my_parent Permission, Token Scope, does not have a Restriction for chat with your parent.tickets_create_to_my_childrens Permission, Token Scope, does not have a Restriction for chat with your children.tickets_create_to_my_descendants Permission, Token Scope, does not have a Restriction for chat with your descendants.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/tickets/chat' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'subject=test' \
--data-urlencode 'priority=low' \
--data-urlencode 'user_id=7'{
"id": 3,
"priority": "low",
"status": "open",
"user_id": 1,
"agent_id": null,
"created_at": "2024-10-08 09:02:06",
"updated_at": "2024-10-08 09:02:06"
}