curl --request PUT \
--url https://api.g-tateth.com/api/tenant/api-keys/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"permissions": [
"<string>"
],
"isActive": true,
"expiresAt": "2023-11-07T05:31:56Z"
}
'