Modules\System\Http\Controllers\Api\User\AddressController::save
Authorization: Bearer ********************
{ "id": 0, "name": "string", "phone": "string", "province": "string", "city": "string", "area": "string", "address": "string" }
curl --location '/api/system/user/address/save' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 0, "name": "string", "phone": "string", "province": "string", "city": "string", "area": "string", "address": "string" }'
{ "code": 200, "message": "", "data": null }