Endpoint:
Method: POST
Type: FORMDATA
URL: {{API_BASE_URL}}/cards/apply
Request Parameter
| Parameter | Required | Type | Description | |
|---|---|---|---|---|
| num | Y | int | number | |
| request_id | N | string | number | Optional,A unique request ID specified by the client. Requests with the same request_id will be ignored. This allows requests to be replayed if client is unsure of the outcome, e.g. due to network issues, system failures, etc. Note: Can be non-UUID as long as it is unique between requests |
Response
| Field | Type | Description |
|---|---|---|
| task_id | integer | task_id |
Status:200 ok
{
"task_id": 12001
}