Sync Member Info
Description
同步會員資訊。
Resource
POST /v1/user/sync
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| vip_id | string | 會員編號 |
Request Body Example
{
"vip_id": "S9320902"
}
Response
Status-Code: 204 No Content