포인트 등록
POST
http://{backoffice-domain}/m1.0/add/point
Headers
Name
Type
Description
Content-Type*
String
application/json
Request Body
Name
Type
Description
point_id*
int64
포인트ID
icon_path*
string
아이콘 이미지 경로 (256byte이내)
point_name*
string
포인트 이름 (20byte이내)
Last updated