create event

POST {{BASE_URL_ACTIVITY}}/event

Request Body

{"action"=>"checkout.init", "reference"=>"{% uuid 'v4' %}", "data"=>{"hello"=>"world"}, "timestamp"=>"{% now 'iso-8601', '' %}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring