curl --location --request GET 'https://smartlink.horizonpayglobal.com/v1/horizon/state?partner&time' \ --header 'Authorization: Bearer Token'
{ "success": true, "msg": "success", "code": 200, "data": [ { "name": "Akwa Ibom State", "id": 3 }, { "name": "Anambra State", "id": 4 }, { "name": "Bauchi State", "id": 5 } ], "timestamp": 1712475916826 }