request.py line 106: the body of the post is always `dumps`, this means we cannot use a JSON string as the body for a POST request. We should update this part to be able to manage both
request.py line 106:
the body of the post is always
dumps, this means we cannot use a JSON string as the body for a POST request.We should update this part to be able to manage both