{
"id": "67481e68c386db5fc526b0e0",
"lat": 21.0421751,
"long": 105.7863382,
"address": "Abc",
"province": {
"id": "669e6b7f1f97eb023ec28c4e",
"code": "7",
"name": "SAME/MANUFAHI"
},
"township": {
"id": "669e6ba71f97eb023ec28d76",
"code": "7003006",
"name": "Letefoho",
"district": "7003"
},
"model": "merchant",
"country": {
"id": "669f1d7987abcf34c9510122",
"name": "Timor",
"code": "TL"
},
"district": {
"id": "669e6b901f97eb023ec28c6a",
"code": "7003",
"name": "SAME",
"province": "7"
},
"oldData": {
"lat": 0,
"lng": 0,
"address": "",
"province": {},
"township": {},
"approvedAt": "",
"approvedBy": {},
"name": "LINH",
"phone": "70181298",
"country": {},
"district": {}
}
}curl --location --request POST '/admin/userDocument/approvedLocation' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"id": "67481e68c386db5fc526b0e0",
"lat": 21.0421751,
"long": 105.7863382,
"address": "Abc",
"province": {
"id": "669e6b7f1f97eb023ec28c4e",
"code": "7",
"name": "SAME/MANUFAHI"
},
"township": {
"id": "669e6ba71f97eb023ec28d76",
"code": "7003006",
"name": "Letefoho",
"district": "7003"
},
"model": "merchant",
"country": {
"id": "669f1d7987abcf34c9510122",
"name": "Timor",
"code": "TL"
},
"district": {
"id": "669e6b901f97eb023ec28c6a",
"code": "7003",
"name": "SAME",
"province": "7"
},
"oldData": {
"lat": 0,
"lng": 0,
"address": "",
"province": {},
"township": {},
"approvedAt": "",
"approvedBy": {},
"name": "LINH",
"phone": "70181298",
"country": {},
"district": {}
}
}'