curl --location --request PATCH 'https://api.sanctions.tr/api/api-keys/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "string",
"isActive": true,
"allowedDomains": [
"string"
],
"allowedIps": [
"string"
]
}'{
"id": "string",
"label": "string",
"last4": "string",
"isActive": true,
"allowedDomains": [
"string"
],
"allowedIps": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"key": "string"
}