cURL
curl --request POST \ --url https://api.withflex.com/v1/exports/{id}/presigned_url \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Creates a new export function
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object