curl --request PUT \
--url http://localhost:3000/api/auth/api-keys/{id} \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request PUT \
--url http://localhost:3000/api/auth/api-keys/{id} \
--header 'Content-Type: application/json' \
--data '{}'{}The body is of type object.
API key updated successfully
The response is of type object.