Authorization: ********************
curl --location --request GET 'https://test.your-api-server.com/fingateapi/health' \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "string", "timestamp": "2019-08-24T14:15:22.123Z" }