how to send a query string that has an empty attribute but requires the "=" sign to be sent in the request? feign removes the signal and instead of sending param1=test¶m2=&parem3=test2, it sends param1=test¶m2&parem3=test2.