{
"title": "string",
"filter": "string"
}
curl --location --request PATCH '/api/v1//shortcuts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"filter": "string"
}'
{
"id": "string",
"title": "string",
"filter": "string"
}