curl --location --request POST 'https://api.satyadailynews.in/api/user_verification/fetch_user.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"api_key": "string"
}'{
"status": "success",
"data": {
"id": "**",
"user_id": "***************",
"username": "**********",
"email": "********************",
"phone": "**********",
"whatsapp": "**********",
"password": "*******************************",
"api_key": "********************************",
"balance": "*****.**",
"kyc_status": "********",
"role": "*****",
"status": "******",
"created_at": "******************",
"created_by": null,
"updated_at": "******************"
}
}