The user ID to get applications for
GET /applications/{userId} HTTP/1.1 Host: Accept: */*
Application mappings retrieved successfully
{ "userId": "text", "listingIds": [ "text" ] }
POST /applications HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 39 { "userId": "text", "listingIds": [ "text" ] }
Resource created successfully
{ "message": "text" }