cURL
curl --request PUT \ --url https://api.example.com/searches
PUT /searches
{ "$ref": "#/components/schemas/UpdateSearchDto" }
{}```