You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Can parse Input File With Comments*
1. Create User
1. Login User
1. Get user
1. Add Subscription
1. Cancel Subscription
1. Renew Subscription
1. Free Trial
1. TOP UP service
INPUT Commands
// CREATE USER// USER CREATE "EMAIL" "PASSWORD"USERCREATEharpal__singh__@email.com1234567890// LOGIN// USER LOGIN "EMAIL" "PASSWORD"USERLOGINharpal__singh__@email.com1234567890// ADD SUBSCRIPTION //SUBSCRIPTION ADD "TYPE" "PLAN"SUBSCRIPTIONADDMUSICFREE// CANCEL SUBSCRIPTION //SUBSCRIPTION CANCEL "TYPE" "PLAN"SUBSCRIPTIONCANCELMUSICFREE// CANCEL SUBSCRIPTION //SUBSCRIPTION TOPUP "PLAN"SUBSCRIPTIONTOPUPten_devices// GET SUBSCRIPTION //SUBSCRIPTION GET "TYPE"SUBSCRIPTIONgetmusic// GET ALL SUBSCRIPTION //SUBSCRIPTION GETALLSUBSCRIPTIONGETALL// GET Reminders for active subscriptionSUBSCRIPTIONreminders// CLEAR SCREENCLEAR