There's no city return from search targeting cites.
The location_types is basically a string that contain a valid Json Array, so try this:
location_types
'location_types': '["city"]'
instead of:
'location_types': ['city']
Hope this help