const response = await fetch('https://api.vidau.ai/openapi/v1.0/task/info', {
method: 'POST',
headers: {
"timestamp": "text",
"Content-Type": "application/json",
"Authorization": "text",
"RESPONSE-WRAP": "text",
"x-auth-key": "text"
},
body: JSON.stringify({
"task_id": "text"
}),
});
const data = await response.json();