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