{"statusCode":200,"data": {"tickets": [ {"requestId":1,"subject":"Suggestion","description":"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>","status":"Open","createdAt":"2022-08-20T22:55:29Z","__$markdownParsed":true } ] }}
constresponse=awaitfetch('/supports/create-ticket', { method:'POST', headers: {"Authorization":"Bearer JWT","Content-Type":"application/json" }, body:JSON.stringify({"name":"John Smith","email":"john.smith@example.com","subject":"Suggestion","body":"Lorem Ipsum is simply dummy text of the printing and typesetting industry" }),});constdata=awaitresponse.json();