Postman Request Returns Body, Xano API Missing Response Body

Hey All,

I have a working request in Postman. The response in Postman includes the 'body', where the download URL is located. Takes about 8-14 seconds for that response to come back from the external service. 

Importing the cURL out of Postman, into Xano, how can I get Xano to capture the 'body'?

Curl Request:
curl --location --request POST 'https://api.[snip].com/v1/create'
--header 'Content-Type: application/json'
--header 'X-API-KEY: [snip]'
--data-raw '{
    'template_id': '[snip]',
    'export_type': 'json',
    'expiration': 10000,
    'data': '{ '[snip]'': ''output.pdf''
Working with APIs
4 replies