| Field | Type | Required | Description |
|---|---|---|---|
code |
int | ✔️ | The status code of the response. |
msg |
str | ✔️ | The message of the response. |
data |
OptionalNullable[models.UserModel] | ➖ | A confirmation of the action's success. |
| Field | Type | Required | Description |
|---|---|---|---|
code |
int | ✔️ | The status code of the response. |
msg |
str | ✔️ | The message of the response. |
data |
OptionalNullable[models.UserModel] | ➖ | A confirmation of the action's success. |