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