{"status": "success","message": "Client created successfully.","data": {"company_id": 1,"name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "jane@alberthospital.com","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II","type": "Customer","settlement_bank": "","account_name": "","account_number": "","status": "1","created_at": "2016-12-21 17:19:10","updated_at": "2016-12-21 17:19:10","id": 1}}
curl https://api.payant.ng/clients \-H "Content-Type: application/json" \-H "Authorization: Bearer SECRET_KEY" \-d '{ "company_name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "jane@alberthospital.com","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II" }' \-X POST
{"status": "success","message": "Client created successfully.","data": {"company_id": 1,"name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "jane@alberthospital.com","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II","type": "Customer","settlement_bank": "","account_name": "","account_number": "","status": "1","created_at": "2016-12-21 17:19:10","updated_at": "2016-12-21 17:19:10","id": 1}}