{
"data": {
"apiKey": "string",
"apiSecret": "string"
}
}
curl --location --request PUT '/business_units//settings/sfp' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"apiKey": "string",
"apiSecret": "string"
}
}'
{}