{ "name": "tokay", "phone": "1xxxxx", "address": "杭州电子科技大学" }
curl --location --request POST '/api/v1/addresses/create' \ --header 'access_token;' \ --header 'refresh_token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "tokay", "phone": "1xxxxx", "address": "杭州电子科技大学" }'
{}