I'm using the following JSON body on a postman request and I'm getting a END OF FILE Expected error:
"customer": {
"gender": 1,
"company": "MyCompany",
"name": "Doe",
"firstname": "John",
"phone": "0606060606"
,
"address": {
"address": "123 main street",
"address2": "456 second street",
"postalCode": 17101,
"city": "Anytown",
"country": "UK"
},
"references": [
123458,
154568
]
}