curl --location --request POST '/api/tickets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title":"this is the title for the first ticket",
"description":"this is the description for the first ticket",
"groupId":"68ed02da91e384ef24d80c8d"
}'
{}