curl --location --request GET 'https://api.predict.fun/v1/account' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"name": "string",
"address": "string",
"imageUrl": "string",
"referral": {
"code": "string",
"status": "LOCKED"
},
"points": {
"total": 0
}
}
}