cURL Example Version 1.8 (อัพเดทล่าสุด 30 กรกฎาคม 2024) File Example curl --location --request 'http://api.slipok.com/api/line/apikey/' \ --header 'x-authorization: ' \ --form 'files=@""' \ --form 'log=true' Data Example curl --location --request 'http://api.slipok.com/api/line/apikey/' \ --header 'x-authorization: ' \ --header 'Content-Type: application/json' \ --data '{ "data": "", "log": true }' Url Example curl --location --request 'http://api.slipok.com/api/line/apikey/' \ --header 'x-authorization: ' \ --header 'Content-Type: application/json' \ --data '{ "url": "", "log": true }'