direct_apple_installation_url: Partner API now supports direct installation on iOS devices. With the introduction of Universal Links by Apple, users with iOS 17.4 or higher can directly install eSIMs using a special URL, which can be provided to your end clients if they are using iOS version 17.4 or above.curl --location -g --request GET 'https://prod.your-api-server.com/customer/v2/sims?include=order,order.user,share&filter[created_at]=Y-m-d - Y-m-d&filter[iccid]=8944465400000217735&page=1&per-page=50' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"data": {
"limit": "The limit must be an integer."
},
"meta": {
"message": "the parameter is invalid"
}
}