curl --location --request POST 'https://staging-api.propaga.io/v1/account/{userId}/verification/{verificationId}' --header 'Authorization: <your_awesome_token>' --header 'Content-Type: application/json' --data '{ "phoneNumber": "5216642761707" }'
{ "verificationId": "bea8f10f-6fcd-4ca4-90ea-9ac73df2e2f2", }
Resends the otp code to confirm the account
{ "code": "VERIFICATION_NOT_FOUND", "message": "This verification not found" }
{ "code": "VERIFICATION_NOT_VALID", "message": "This verification is not valid" }
{ "code": "USER_IS_VERIFIED", "message": "This user is verified" }
{ "code": "USER_IN_MANUAL_VALIDATION", "message": "This user information is currently in manual validation" }