Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/admin/hints/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"requiredFailedAttempts": 1
}'