List entities associated with the customer
information
Only the entity that created the customer can view the associated entities.
- Request
 - Response
 
GET /customers/{uuid}/entities
{
	"apiVersion": "1.0",
	"date": "2021-12-09T12:57:56+00:00",
	"success": true,
	"data": [
		{
			"clientId": "501438670",
			"createdAt": "2021-12-06T09:40:31+00:00"
		}
	]
}