curl --location --request POST '/sim_cards/actions/bulk_set_public_ips' \
--header 'Content-Type: application/json' \
--data-raw '{
"sim_card_ids": [
"6b14e151-8493-4fa1-8664-1cc4e6d14158"
]
}'
{
"data": {
"action_type": "bulk_set_public_ips",
"created_at": "2018-02-02T22:25:27.521Z",
"id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"record_type": "bulk_sim_card_action",
"settings": {},
"updated_at": "2018-02-02T22:25:27.521Z"
}
}
Authorization: Bearer ********************