curl --request OPTIONS \
--url https://api.light.inc/rest/ext/v1/card-transactions/{transactionId}/receipt \
--header 'Content-Type: application/json;charset=UTF-8' \
--data '{
"roles": [
"<string>"
],
"name": "<string>"
}'
"<any>"
curl --request OPTIONS \
--url https://api.light.inc/rest/ext/v1/card-transactions/{transactionId}/receipt \
--header 'Content-Type: application/json;charset=UTF-8' \
--data '{
"roles": [
"<string>"
],
"name": "<string>"
}'
"<any>"
default response
The response is of type any
.