{
"customerNumber": "string",
"customerName": "string",
"customerTypeId": 0,
"customerStatus": 0,
"optionalParameters": [
{
"key": "string",
"value": "string"
}
]
}curl --location --request POST 'https://testapi.flyp.com.tr/sanctionscanner/customer/AddNewCustomer' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerNumber": "string",
"customerName": "string",
"customerTypeId": 0,
"customerStatus": 0,
"optionalParameters": [
{
"key": "string",
"value": "string"
}
]
}'{}