curl --location --request PATCH 'http://localhost:8080/api-tokens/1/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"expiresAt": "2028-12-31T23:59:59Z" // option, if dont have, the route use application.propties api.token.expirationDays=365
}'{}