[POST] signUp
/api/signUp
SignUpRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
data |
str
|
encrypted data of the user |
ResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
statusCode |
int
|
status code of the response |
headers |
dict
|
headers of the response |
body |
Annotated[Optional[ResponseBodyBaseModel], PlainSerializer(lambda body: model_dump_json(), when_used=unless - none)]
|
body of the response |