fix: change to use RequestParam instead of RequestBody
Since the relativeLocation is just a parameter, it would be better to use RequestParam instead of RequestBody.
Since the relativeLocation is just a parameter, it would be better to use RequestParam instead of RequestBody.