curl --location --request POST 'api/v1/users/register' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwidXNlcklkIjoxLCJyb2xlcyI6WyJBRE1JTiJdLCJqdGkiOiJiZjI0ZGQzM2YyYmIiLCJpc3MiOiJodHRwczovL2FjY291bnRzLmJleW9uZC5jb20iLCJpYXQiOjE3NTg3ODA4MTAsImV4cCI6MTc1ODc4MjYxMH0.CSoNJRrZ7fM0qFIJ5WxnXRwQ5DDQ0N7P8shGU_4QVoM' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@naver.com",
"name": "test",
"password": "qwer1234"
}'{
"userId": 0,
"userName": "string",
"email": "user@example.com",
"tierCode": "FREE",
"createdAt": "2019-08-24T14:15:22.123Z",
"lastLoginAt": "2019-08-24T14:15:22.123Z"
}