curl --location --request DELETE 'http://127.0.0.1:3000/api/account/logout' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"email": "string",
"walletAddress": null,
"firstName": "string",
"lastName": "string",
"role": "string",
"avatar": null,
"bio": null,
"phone": null,
"verified": true,
"createdAt": "string",
"updatedAt": "string",
"locationId": null
},
"status": "string",
"message": "string",
"code": 0
}