%k25u25%fgd5n!
/home/nancmxek/ljrealestate.ng/new/wp-content/plugins/extendify/src/Library/api/WPApi.js
import apiFetch from '@wordpress/api-fetch';

export const updateOption = async (option, value) =>
	await apiFetch({
		path: '/extendify/v1/library/settings/single',
		method: 'POST',
		data: { key: option, value },
	});