{
"status": "ok",
"data": {
"rampoff": "payment created",
"wallet": "0xe0Ccfeb1EAd1cA32e0979Eb9b9dFca99D609aE2A",
"id": "ExM63FJ9ZsAZF2VfTfU4rn7Sq"
}
}
curl --location --request POST '/api/createRampoff' \
--header 'auth: PK-617403359384' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"symbol": "usdc",
"chain": "polygon",
"user_id": 106,
"fiat_symbol": "EUR"
}'{}