const res = await fetchResult(`/pages/assets/upload`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${jwt}`,
},
body: JSON.stringify(payload),
});