`http_build_query()` converts boolean values to `0` or `1`, while API expects `"true"` or `"false"`
http_build_query()converts boolean values to0or1, while API expects"true"or"false"