either make them POST or patch the logic that prevents json request body for GET requests
btw the reason we moved away from path parameters and query parameters in the first place is to make all of the API request logic consistent across all endpoints, thus always use a JSON body for arguments of any kind
consistency is good for agents
either make them POST or patch the logic that prevents json request body for GET requests
btw the reason we moved away from path parameters and query parameters in the first place is to make all of the API request logic consistent across all endpoints, thus always use a JSON body for arguments of any kind
consistency is good for agents