ياما حلا الفنجال مع سيحت البال ربابة


via IFTTT

Post a Comment

0 Comments

var axios = require("axios").default; var options = { method: 'GET', url: 'https://lunapic-photo-effects.p.rapidapi.com/v2/api-call.php', params: {url: 'https://lunapic.com/editor/images/slide22.jpg', filter: 'sepia'}, headers: { 'x-rapidapi-host': 'lunapic-photo-effects.p.rapidapi.com', 'x-rapidapi-key': 'SIGN-UP-FOR-KEY' } }; axios.request(options).then(function (response) { console.log(response.data); }).catch(function (error) { console.error(error); });