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