sayren Docs
Me

Update profile

PATCH
/storefront/v1/me
AuthorizationBearer <token>

회원 accessToken

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Lengthlength <= 50
phone?string
marketingAgreed?boolean

Response Body

curl -X PATCH "https://example.com/storefront/v1/me" \  -H "Content-Type: application/json" \  -d '{}'
Empty