def post_gs_cache_endpoint(): body = request.json my_gs = post_gs_cache(**body) return jsonify(my_gs.to_dict())