API Request RAW format JSON

const transferObject = { 

    'mobile': this.mobile_number 

  }

const object = JSON.stringify(transferObject) ; 

Pass this object variable as input in url

Sign In or Register to comment.