Propertycurl --location 'https://api.simpra.app/payment_types' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"payment_types": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"type": "payment",
"payment_group": "cash",
"updated_at": 1542812075,
"property_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"translations": [
{
"name": "Nakit",
"locale": "tr"
},
{
"name": "Cash",
"locale": "en"
}
],
"metafields": [
{
"id": "65c4a8df-96cb-4f70-9c13-a8f65e2e2116",
"key": "tckn",
"value": "11111111111",
"value_type": "string",
"updated_at": 1656490113
}
]
}
]
}