{
"clientId": "string",
"companyId": "string",
"installationInfo": {
"property1": "string",
"property2": "string"
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/ThirdPartyApp/installed/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"companyId": "string",
"installationInfo": {
"property1": "string",
"property2": "string"
}
}'
{}