curl --location --request GET '/data/meta-data' \
--header 'appId;'
{
"message": "Meta data retrieved successfully",
"data": {
"email": "test@atlato.com",
"userId": 1,
"username": "Test User",
"profilePicture": "profile.jpg",
"accessRights": [],
"company": {
"id": 1,
"name": "Test Atlato Company",
"countryId": 18,
"companyUnit": {
"timeFormat": 1,
"unitOfMeasurement": 1,
"dateFormat": 1,
"currencyId": 2,
"currencyCode": "AUD",
"timeZone": "-600"
},
"isActive": true
},
"isAdmin": 1,
"mobileNumber": "+612345678",
"role": "Administrator"
}
}