Last updated 5 months ago
Success
const response = await fetch('/api/v1/onboarding/Request/InitializeRequest', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "ErrorCode": "text", "Message": "text" }