AME-SM Api

Insurance: Get all insurance car type

https://www.ameinsure.com/api/Insurance/getinsurancecartype
Post
{
'token' => string, **
'search_txt' => string ,
}
{
'code' => string (0x0000-00000 when success),
'message' => string,
'data' => array (
'id' => string (id of company),
'name' => string
)
}
{
'code' : '0x0000-00000',
'message' : 'Success',
'data' : [
{
'id' => '1' ,
'name' => 'ชั้น 1'
},
...
]
}