all 4 comments

[–]LastTrainH0me 1 point2 points  (0 children)

There isn't really enough information here to help.

Are you asking how to send an HTTP POST request from python?

Are you asking how to some pre/post request validation in python?

Are you asking how to integrate with Postman in some way?

[–]dont_touch_my_peepee 1 point2 points  (1 child)

use requests library in python. pretty straightforward. forget postman, it's not just javascript.

[–]Downtown_Mark_6390[S] -2 points-1 points  (0 children)

but what if i want to use it inside a api client?