Checks if all required fields/data from onboarding is present
3.
Sets onboarding_complete to True and step to 5
4.
Commit change to db
Frontend interaction: Frontend will call this endpoint after all steps done to ensure onboarding finalized If not all fields complete, frontend should prompt user to finish missing steps (Future: Specify which steps are missing **)
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/onboarding/complete'