cURL
curl --request POST \ --url https://api.example.com/user/signup \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "full_name": "<string>", "status": "<string>", "default_role": "<string>" } '
{ "user_id": 123, "email": "jsmith@example.com", "status": "<string>", "default_role": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "partner_id": 123, "last_login_at": "2023-11-07T05:31:56Z" }
기본 사용자 회원가입.
Successful Response