tickets_reply Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/tickets//replies' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'content=<h1>jsjsj</h1>'{
"id": 1,
"ticket_id": 4,
"user_id": 1,
"content": "<p>jsjsj</p>",
"created_at": "2024-10-09 09:53:16",
"updated_at": "2024-10-09 09:53:16"
}