curl --location 'https://sandbox-ledger.fingates.net/api/v1/agents/beneficiaries/v2/fields?paymentScheme=undefined&country=undefined¤cy=undefined&contactType=undefined' \
--header 'Content-Type: application/json' \
--data '{
"fields": {
"property1": "string",
"property2": "string"
}
}'{
"fields": {
"property1": {
"fields": [
{
"field_code": "account_number_type_selection",
"field_type": "TEXT",
"label_text": "string",
"help_text": "string",
"required": true,
"validation_regex": "string",
"options": [
{
"code": "string",
"description": "string"
}
],
"group_fields": [
{}
],
"error": "string",
"field_value": "string",
"legacy_field_key": "string"
}
],
"sub_groups": {
"property1": {},
"property2": {}
}
},
"property2": {
"fields": [
{
"field_code": "account_number_type_selection",
"field_type": "TEXT",
"label_text": "string",
"help_text": "string",
"required": true,
"validation_regex": "string",
"options": [
{
"code": "string",
"description": "string"
}
],
"group_fields": [
{}
],
"error": "string",
"field_value": "string",
"legacy_field_key": "string"
}
],
"sub_groups": {
"property1": {},
"property2": {}
}
}
},
"ready": true
}