id
sms_type_id
Authorization: Bearer ********************
curl --location '/v1/sms-types' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1, "name": "SHORTCODE", "price": 0.09, "sale": 0 } ] }