curl --location --request GET '/v1/core/accounts/' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"owner_type": "customer",
"owner_id": "string",
"product_code": "string",
"status": "active",
"currency": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}