curl --request PATCH \
--url 'https://api.keywordsai.co/api/temporary-keys/{{temporary_api_key_id}}/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"expiry_date": "<string>",
"is_test": true,
"prefix": "<string>"
}
'