Authorization: Bearer ********************curl --location --request GET 'http://api.cephisso.dev/ords/cephisso_system/v1//my/user/account-records' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"auth0_user_id": "string",
"blocked": 0,
"cephisso_platform_accounts_id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"data_lineage": null,
"email": "string",
"first_name": "string",
"id": 0,
"last_name": "string",
"last_updated_by": "string",
"last_updated_on": "2019-08-24T14:15:22Z",
"metadata": null,
"oracle_user_id": "string",
"system_guid": "string",
"udfs": null,
"uuid": "string"
}
]
}