what could be http method for an api which has endpoint parameter header cookies and body code example
Example: what could be http method for an api which has endpoint parameter header cookies and body
It is post because you can't send payload
with get method