meta { name: get-token type: http seq: 1 } post { url: https://api.amazon.com/auth/o2/token?grant_type=refresh_token&refresh_token={{AMAZON_REFRESH_TOKEN}} body: none auth: none } params:query { grant_type: refresh_token refresh_token: {{AMAZON_REFRESH_TOKEN}} } headers { Content-Type: application/x-www-form-urlencoded;charset=UTF-8 Authorization: Basic YW16bjEuYXBwbGljYXRpb24tb2EyLWNsaWVudC41OWYwOWIzYThmMjc0OGI5YmVjOTU4ZjdiNjIxNjAzZTphbXpuMS5vYTItY3MudjEuMDg4YTc2N2FlNjdiNzFhOGIzODg1NjNhOWM2ODBhOGRkYzUxN2JhNGJlOGNhZGU2N2RiZThiY2JiOTFmNGZiOA== }