HTTPie
HTTPie – API testing client that flows with you
# send POST as multipart file
http -f POST :7071/api/test file@tests/file.json
# send POST with api key as request header
http -f POST :7071/api/test file@tests/file.json x-api-key:123
HTTPie – API testing client that flows with you
# send POST as multipart file
http -f POST :7071/api/test file@tests/file.json
# send POST with api key as request header
http -f POST :7071/api/test file@tests/file.json x-api-key:123