cURL
curl --request POST \ --url https://api.odin.fun/v1/user/profile \ --header 'Content-Type: multipart/form-data' \ --form 'username=<string>' \ --form 'bio=<string>'
{ "principal": "<string>", "username": "<string>", "bio": "<string>", "image": "<string>", "referrer": "<string>", "admin": true, "ref_code": "<string>", "profit": 123, "total_asset_value": 123, "referral_count": 123, "referral_earnings": 123, "access_allowed": true, "beta_access_codes": "<string>", "btc_deposit_address": "<string>", "blife_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "btc_wallet_address": "<string>", "rune_deposit_address": "<string>" }