curl --location 'https://stageapi.partake.ng/api/v2/admin/kyc/service/status' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"activeProvider": "prembly",
"available": true,
"providers": [
"prembly",
"youverify"
]
}
}