17036166414334
// user wants to go on a trip
{
"httpMethod": "POST",
"action": "user_wants_to_go_on_trip",
"body": {
"user_id": 44678034438,
"trip_id": 17028158399865
}
}
// user is not approved for trip
{
"httpMethod": "POST",
"action": "user_approval",
"body": {
"user_id": 44678034438,
"trip_id": 17028158399865,
"is_approved": true
}
}
// user does not want to go anymore
{
"httpMethod": "POST",
"action": "remove_user_application",
"body": {
"user_id": 11444479513,
"trip_id": 17028438789525,
}
}