curl --location --request GET 'https://platform.shopranos.eu/api/UserApiKeys/User/Keys'
[
{
"id": "string",
"companyId": "string",
"sourceId": "string",
"name": "string",
"apiKey": "string",
"type": "UserCreated",
"permissions": [
"full_insights"
],
"expirationDate": "2019-08-24T14:15:22Z"
}
]