Request
•
body
{
"email": "string",
"password": "string"
}
JSON
복사
Response
•
200 (Success)
"statusCode": 200,
"status": "success",
"data": {
"id": 123,
"email": "string",
"name": "string",
"channel": "string",
"description": "string",
"phone": "string",
"address": "string",
"addressDetail": "string",
"gender": null,
"birth": null,
"bank": null,
"account": null,
"profile": null,
"token": "eyJhbGciOiJIUzI1NiJ9.eyJtZW1iZXJJZCI6MzAyLCJlbWFpbCI6ImEiLCJyb2xlIjoiQ09NTU9OIiwiaWF0IjoxNzA3NzQ2NTE4LCJleHAiOjE3OTQxNDY1MTh9.itEsoEcDpz07MaxzVGTnXFZusd1fNRZA5IHscHEJWKs"
}
}
JSON
복사