This provides an example of how you might use POST to create elements, but instead of returning the 201 Created status with a Location header pointing to the newly created resource, you return a 301 Redirect status with a Location header taking you back to the original GET location.

This pattern is more common for human consumable web resources, but it is perfectly reasonable for computer consumed ones too (if it works for your app).