Authorization: Bearer ********************
curl --location --request GET 'https://getrasl.io/api/v1//contacts/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{ "status": "success", "data": { "id": 25, "tenant_id": 13, "firstname": "Mahmoud", "lastname": "Elsayed", "company": "RASL", "type": "lead", "email": "mahmoud@example.com", "phone": "+201XXXXXXXXX", "source_id": 2, "status_id": 1, "description": "Potential client interested in premium services", "country_id": 101, "group_id": [ 1, 2 ], "addedfrom": 15, "created_at": "2024-02-08T14:30:25.000000Z", "updated_at": "2024-02-08T14:30:25.000000Z" } }