Create QR Card
### Create QR Card
This endpoint allows you to create a QR card.
#### Request Body
- data (object)
- employeeCode (string, required)
- title (string, required)
- description (string, required)
- services (array of strings, optional)
- amount (number, required)
- validate (number, required)
- transfer (boolean, optional)
- monthly (boolean, optional)
#### Response
The response for this request can be represented as a JSON schema:
``` json
{
"success": true
}
```
Headers
DICE-APP-ID
X-CLIENT-ID
X-CLIENT-SECRET
Request
This endpoint expects an object.
data
Response headers
request-id
Response
OK
success

