This commit is contained in:
2024-11-09 14:13:37 +05:00
parent 56f42848f5
commit 17a85e04ab

View File

@@ -42,6 +42,7 @@ class FetchLoanHistoryController extends Controller
CURLOPT_HTTPHEADER => [
'Accept: application/json',
'Content-Type: application/json',
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
],
]);