I can't understand how to make OAuth 1.0 POST request using Retrofit library in Android.
This is the OAuth 1.0 Post request which I made in Postman
Help please, I can not understand how to transfer data such as consumer key, consumer secret, callbakurl to the request method, I think it is not supposed to be by annotations such as @Header or @Query. Also, I do not understand how to indicate in the request method that it is OAuth 1.0 and also that it is Authorization. And also I get a response in the URL format. How can I get the response in the JSON format? Thank you