Authorization: ********************curl --location --request GET '/api/v3/user/current' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 0,
"uuid": "string",
"firebase_uid": "string",
"name": "string",
"first_name": "string",
"last_name": "string",
"email": {
"email_address": "string",
"is_email_verified": true
},
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567",
"is_phone_verified": true
},
"login_user_profile": {
"is_default_image": true,
"image_url": "string"
},
"trial_available": true
}
}