Product name search endpoint

Implementation is REQUIRED

resource: /product/search/name

method: POST

Request : ProductSearchRequest

Response: List<Product>

{
    "type": "SELF_SERVICE",
    "name": "Kiirka",
    "langCode": "ET",
    "personId": "1abcsd",
    "institutionId": "1ABCS"
}

Last updated