A kérésben szereplő token hiányos, csak az első néhány karaktert tartalmazza.


POST /api/mailer/batch-recognize HTTP/1.1
Host: taddress.hibridlevel.xyz
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJpZCI...
Cache-Control: no-cache
Postman-Token: 1779e815-437b-3537-fe5d-92d2b006c125
 
{
    "addressRecognitionRequests": [
        {
            "fullAddress": "This is an invalid address",
            "consignmentIdentifier": {
                "orderId": "1",
                "consignmentId": "1"
            },
            "serviceType": "NORMAL",
            "expectedPostDate": "2017-09-20"
        },
        {
            "fullAddress": "Dunaújváros Verebély u. 8 2400",
            "consignmentIdentifier": {
                "orderId": "1",
                "consignmentId": "2"
            },
            "serviceType": "NORMAL",
            "expectedPostDate": "2017-09-21"
        }
    ]
}