How we can send post/get request using frappe.call?

We need to send post/get url request for Material Request.

POST - http://localhost:8000/api/resource/Material Request
GET - http://localhost:8000/api/resource/Material Request

frappe.call is meant to call whitelisted backend methods. Can you explain what exactly you’re trying to accomplish?

@vjFaLk we need to create a material request for (Purchase, Material Transfer) using Api.
How can we send post request for create MR?

here an example

Thanks for reply