API_URL and it should work as long as you provide authentication and the required request
API_URL can be edited according to your needsAPI_URLAPI_URLfunction verify_append(ctx, api){
// call verify_email
// check response code
//if 200 {
add_users_to_db()
}
}