{
"responseMessage": [
"string"
],
"responseCode": 0,
"responseData": {
"token": "string",
"user": {
"id": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"isVerified": true,
"country": {
"id": "string",
"name": "string",
"code": "string"
},
"role": "string",
"status": "string",
"rating": "string",
"profilePicture": null,
"createdAt": "string",
"updatedAt": "string",
"isPhoneVerified": true,
"isEmailVerified": true
}
}
}