curl --location --request POST 'https://sandbox-ledger.fingates.net/api/v1/agents/beneficiaries/v2/fields?paymentScheme&country¤cy&contactType' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": {
"property1": "string",
"property2": "string"
}
}'