The relevant endpoint and https method information is given below to close the card status due to theft.
| HTTP Method | URL | 
|---|---|
| POST | /card/closeCardAsStolen | 
| Params | Type | Mandatory | Description | 
|---|---|---|---|
| card_no | string | Yes | Card Number | 
| corelation_id | string | Yes | Corelation Id | 
| Params | Type | 
|---|---|
| status | int | 
| code | string | 
| message | string | 
| payload | object | 
| card_no | string | 
REQUEST (POST) :
{
  "card_no": "434610lbvqig0051",
  "corelation_id": 4000001489104986
}
RESPONSE:
{
  "status": 0,
  "code": "200",
  "message": "",
  "payload": {
    "card_no": "434610lbvqig0051"
  }
}