[POST] 유저 생성
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"username": "mario0070"
}{
"username": "부산의달"
}{
"username": "007"
}//User object
{
"id": 1,
"provider_user_id": "12345678901234567890",
"username": "mario0070",
"balance": "0",
"game_url_token": null,
"last_accessed_game_id": null,
"last_accessed_at": null,
"isPlaying": false,
"kick_until": null,
"updated_at": "2025-06-18T09:10:00.000Z",
"created_at": "2025-06-10T12:00:00.000Z",
"agent_id": 1,
"idcode": "1/1"
}{
"message": "Username exist",
"error": "Conflict",
"statusCode": 409
}