curl --location 'https://stg-gateway.invora.app/api/v1/regulations/zatca/onboarding/progress'{
"currentStep": "ZATCA_ONBOARDING_STEP_UNSPECIFIED",
"lastDisposition": "ZATCA_DISPOSITION_UNSPECIFIED",
"completed": true,
"history": [
{
"step": "ZATCA_ONBOARDING_STEP_UNSPECIFIED",
"disposition": "ZATCA_DISPOSITION_UNSPECIFIED",
"requestId": "string",
"message": "string",
"errors": [
{
"code": "string",
"category": "string",
"message": "string"
}
],
"warnings": [
{
"code": "string",
"message": "string"
}
],
"isFinal": true
}
]
}