curl --request PUT \ --url 'https://api.unify.ai/v0/user/onboarding-status' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{}
Update the current user’s onboarding status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>