curl --location --request POST 'https://api.predict.fun/v1/account/referral' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"referralCode": "strin"
}
}'{
"success": true
}