Files
full/module/ec/address/test/library/create.http

16 lines
405 B
HTTP

POST http://127.0.0.1:12459/address.Library/Create
content-type: application/json
Authorization: {{BSM_TOKEN}}
{
"phone": "789012345513",
"country": "",
"province": "",
"city": "",
"area": "",
"detail": "",
"contact": "",
"name": "",
"pics": "https://example.com/images/cccc.jpg",
"status": 1
}