curl --location --request PUT 'https://api.perfectworks.io/api/v0/api-keys/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Updated API key description"
}'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "123",
"name": "Example"
}
}