username:passwordAuthorization: Basic *****************{
"email": "admin@example.com"
}curl --location --request POST '/focus-pilot/api/v1/admin/forgot-password' \
--header 'api_key;' \
--header 'deviceType;' \
--header 'deviceId;' \
--header 'timeZone;' \
--header 'language;' \
--header 'requestid;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "admin@example.com"
}'