airborne
airborne copied to clipboard
JSON array body instead of hash body in POST/PUT
Hi, I'm trying to test an api call with JSON array as the body:
post "/accounts/#{id}/subscriptions", body, header
For the body, it is a JSON array like ["12345", "23456"] instead of a hash. Can I do that in airborne?
Thank you very much.