how would you log in to some site using API if you have the credentials?
Sigiloso
Either you can make curl request from terminal or postman or use any http request library of the respective programming language or is you are using vscode it also provide some extension which helps you to test your apis. Following things are required: API URL, REQUEST METHOD DATA HEADERs (if any)