Results 2 comments of Ueslei Carvalho

Hi @vinta is there anything missing for this PR to be merged? It's a awesome python project!

Currently we send the request body using the `json` parameter, but we can use the `body` parameter (https://github.com/scanapi/scanapi/blob/main/scanapi/tree/request_node.py#L159) and add by default the header `Content-Type: application/json` by default, it will...