sending a new event(new session, new profileId ) using POST http://{{UNOMI_URL}}/eventcollector i get profile'Id with prefix temp_
using POST http://{{UNOMI_URL}}/context.json it is a regular profileId is it a bug in eventcollector? body example: { "sessionId" : "gil2", "events":[ { "eventType":"orderCreated", "scope": "store1", "properties" : { "email" : "g...@mail.com", "store_id": "store1", "key": "store1#g...@mail.com", "value": 100, "currency": "USD" } } ] }