{
"offerFactory": {
"primPocket": {
"currency": "5d1e81bde78cd4bc3c558a28",
"max": "20000000000",
"min": "0"
},
"name": "Online Merchant",
"level": 2,
"role": "merchant",
"status": 1,
"secondaryPocketConfig": [],
"services": [
{
"id": "60925be5230be21ac5e1087b",
"name": "Request Payment Code",
"status": 1,
"activeClass": true,
"method": "NONE"
}
],
"limitation": []
},
"note": "init",
"bioAuthMatrixes": []
}curl --location --request POST '/admin/offer/createOffer' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"offerFactory": {
"primPocket": {
"currency": "5d1e81bde78cd4bc3c558a28",
"max": "20000000000",
"min": "0"
},
"name": "Online Merchant",
"level": 2,
"role": "merchant",
"status": 1,
"secondaryPocketConfig": [],
"services": [
{
"id": "60925be5230be21ac5e1087b",
"name": "Request Payment Code",
"status": 1,
"activeClass": true,
"method": "NONE"
}
],
"limitation": []
},
"note": "init",
"bioAuthMatrixes": []
}'