{
"accessToken": "string",
"apiKey": "string",
"fixedIp": "string"
}curl --location --request PUT '/admin/share/tmdb-config' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"accessToken": "string",
"apiKey": "string",
"fixedIp": "string"
}'