Last updated
curl -XPOST -H 'Authorization: Bearer asd2sgg2iMh42JWbPNs' -H "Content-type: application/json" -d '{
"event_type":"user.created",
"version":"1.0",
"data":{
"note":"this is a test",
"id":123123123,
"other_id":1231231123
}
}' 'https://www.hostedhooks.com/api/v1/apps/8f8ad1e0-229b-4773-9756-4292e4486a3f/messages'