cURL
curl --request POST \ --url https://api.pocketflows.com/track \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "event": "<string>", "price": 123, "user_id": "<string>", "location_id": "<string>", "location_member_id": "<string>" } '
{ "id": "<string>", "event_name": "<string>", "member": "<string>" }
user.book
location_id
location_member_id
user_id
Show child attributes