{
"code": "string"
}
curl --location --request POST 'https://api.laf.run/v1/accounts/gift-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"error": "string",
"data": {
"_id": "string",
"balance": 0,
"state": "Active",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}