Lock a Card
POST/openapi/v1/cards/lock| Item | Value |
|---|---|
| HTTP method | POST |
| Request path | /openapi/v1/cards/lock |
| Request type | application/json |
Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
cardId | string | Yes | Card ID. |
reason | string | No | Reason for the operation. |
remark | string | No | Remarks. |
Response data: null.
