try await axios.post('/api/v1/licenses/yourkit', licenseKey, assignedTo ); setSuccess(true); setLicenseKey(''); // Clear form setAssignedTo(''); catch (err: any) 'Failed to add license key.'); finally setLoading(false);