Updated on 2026-08-14
This commit is contained in:
parent
fc1591532c
commit
3a4ce4d24b
10 changed files with 99 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ import com.squareup.moshi.JsonClass
|
|||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class CreateUserNetworkAccountResponse(
|
||||
@Json(name = "status") val status: String,
|
||||
@Json(name = "status") val status: Boolean,
|
||||
@Json(name = "data") val data: AccountCreated,
|
||||
) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue