Just feed this info into the EchoAPI request form, and you're ready to fire off the request.
Generate Code Snippets
EchoAPI can also generate code snippets for cURL commands, JavaScript Axios, and other options. Here's what a cURL command for a JWT AUTH request looks like in EchoAPI:
curl -X POST \
'https://httpbin.org/anything' \
--header 'Accept: */*' \
--header 'Content-Type: application/json' \
--data '{
"username": "admin",
"password": "password"
}'
And here’s a JavaScript Axios request:
SOCIAL SHARE CARD GENERATOR