my request on python
url = 'xxx' headers = { "token": "xxx", "format": "JSON", "idMatriculaDisciplina": 14854, "notas.identificacao": "MDL", "notas.notaObtida": 2.70 } response = requests.post(url, data=headers) |
how should i fill the invoke pad?

my request on python
url = 'xxx' headers = { "token": "xxx", "format": "JSON", "idMatriculaDisciplina": 14854, "notas.identificacao": "MDL", "notas.notaObtida": 2.70 } response = requests.post(url, data=headers) |
how should i fill the invoke pad?
this is one of the ways I'm trying and it won't. I imagine it's some wrong syntax in the header or body