curl --location --request GET 'https://sms.crmeb.net/api/v2/sms_v2/record' \ --header 'Authorization: ' \ --form 'id=""' \ --form 'phone=""' \ --form 'status=""' \ --form 'appid=""' \ --form 'created_at=""' \ --form 'page="1"' \ --form 'limit=""'
{}