curl --location \
--request PUT 'https://staging-api.propaga.io/v1/account/{userId}/verification/{verificationId}/onboarding' \
--header 'Authorization: <your_awesome_token>' \
--header 'Content-Type: application/json' \
--data '{
"step": "CORNER_STORE_NAME_UPDATE",
"information": {
"cornerStoreName": "Tiendita del Pedro"
}
}'