meta { name: get-token type: http seq: 9 } post { url: https://api.soundcloud.com/oauth2/token body: formUrlEncoded auth: none } headers { Content-Type: application/x-www-form-urlencoded } body:form-urlencoded { client_id: {{ _.CLIENT_ID }} client_secret: {{ _.CLIENT_SECRET }} grant_type: client_credentials }