I am sending an API request to get my oauth_token through postman. This is my request: https://api.twitter.com/oauth/request_token?oauth_callback=oob
where the header is Content-Type:application/json and I am providing API key and secret under the Authorization Tab with OAuth 1.0.
On sending this get request, the request returns the error "Sorry, this page doesn't exist".