Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "external_customer_id":"{{external_customer_id}}", "type": "shipping", "fullname":"John Due", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street":"Sokak adı", "address": "54 sok. No: 12" }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/customer/address' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "external_customer_id":"MTD0018232", "type": "shipping", "fullname":"John Due", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street":"Sokak adı", "address": "54 sok. No: 12" }'
{ "data": { "type": "shipping", "fullname": "John Due", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street": "Sokak adı", "address": "full address", "customer_id": 422, "id": 7 }, "success": true, "code": 0, "message": "" }